home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-04-15  |  3.2 KB  |  162 lines

  1. object AboutBox: TAboutBox
  2.   Left = 29
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 258
  7.   ClientWidth = 393
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Border: TBevel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 393
  22.     Height = 258
  23.     Align = alClient
  24.     Shape = bsFrame
  25.     Visible = False
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 6
  29.     Top = 12
  30.     Width = 379
  31.     Height = 173
  32.     Shape = bsFrame
  33.   end
  34.   object Label1: TLabel
  35.     Left = 136
  36.     Top = 19
  37.     Width = 234
  38.     Height = 19
  39.     Alignment = taRightJustify
  40.     AutoSize = False
  41.     Caption = 'Smart Address'
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object VersionText: TLabel
  49.     Left = 136
  50.     Top = 41
  51.     Width = 234
  52.     Height = 19
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = 'Version Info Here....'
  56.     Font.Color = clBlack
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.   end
  62.   object Label3: TLabel
  63.     Left = 144
  64.     Top = 75
  65.     Width = 226
  66.     Height = 19
  67.     Alignment = taRightJustify
  68.     AutoSize = False
  69.     Caption = 'Copyright ∩┐╜ 1997 Phil Corley'
  70.     Font.Color = clBlack
  71.     Font.Height = -13
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.   end
  76.   object Label2: TLabel
  77.     Left = 168
  78.     Top = 96
  79.     Width = 202
  80.     Height = 19
  81.     Alignment = taRightJustify
  82.     AutoSize = False
  83.     Caption = 'and Oakley Data Services'
  84.     Font.Color = clBlack
  85.     Font.Height = -13
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object Label6: TLabel
  91.     Left = 152
  92.     Top = 132
  93.     Width = 218
  94.     Height = 37
  95.     Alignment = taRightJustify
  96.     AutoSize = False
  97.     Caption = 'Visit us at: http:\\www.smartcode.com'
  98.     Font.Color = clBlack
  99.     Font.Height = -13
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     WordWrap = True
  104.   end
  105.   object SupportCode: TLabel
  106.     Left = 16
  107.     Top = 221
  108.     Width = 265
  109.     Height = 17
  110.     AutoSize = False
  111.     Caption = 'Support Code:'
  112.     Font.Color = clBlack
  113.     Font.Height = -13
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ParentFont = False
  117.   end
  118.   object Button1: TButton
  119.     Left = 297
  120.     Top = 218
  121.     Width = 88
  122.     Height = 30
  123.     Cancel = True
  124.     Caption = 'OK'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 0
  128.   end
  129.   object LegalNote: TPanel
  130.     Left = 8
  131.     Top = 187
  132.     Width = 377
  133.     Height = 23
  134.     BevelOuter = bvNone
  135.     Caption = 'Licensed Copy'
  136.     Font.Color = clBlack
  137.     Font.Height = -13
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     TabOrder = 1
  142.   end
  143.   object Panel1: TPanel
  144.     Left = 13
  145.     Top = 22
  146.     Width = 121
  147.     Height = 152
  148.     BevelOuter = bvLowered
  149.     Color = clTeal
  150.     TabOrder = 2
  151.     object Image1: TImage
  152.       Left = 1
  153.       Top = 1
  154.       Width = 119
  155.       Height = 150
  156.       Align = alClient
  157.       Center = True
  158.       Picture.Data = {<image000.bmp>}
  159.     end
  160.   end
  161. end
  162.